home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 813 b | 30 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWArcObj.k
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWARCOBJ_K
- #define FWARCOBJ_K
-
- //========================================================================================
- // Macro Definitions
- //========================================================================================
-
- #define FW_RBoolean byte
-
- // By Value Flags
- #define FW_kPrivIDOnly 0
- #define FW_kPrivIDAndValue 1
-
- // Special Registry IDs
- #define FW_kPrivNotInRegistry -1
- #define FW_kPrivNULLObjectID -2
-
- #define FW_kArchivableObjectListResourceType 'FWol'
-
- #endif
-